PowerTools PlusPak for Windows Forms 8.0J
DrawCurve(Pen,Point[]) メソッド

曲線の色、幅、および高さを決定するPenオブジェクト。
スプラインを定義するPoint構造体の配列。
Point構造体の指定された配列で定義されたカーディナルスプラインを描画します。
構文
Public Overloads Sub DrawCurve( _
   ByVal pen As Pen, _
   ByVal points() As Point _
) 
public void DrawCurve( 
   Pen pen,
   Point[] points
)

パラメータ

pen
曲線の色、幅、および高さを決定するPenオブジェクト。
points
スプラインを定義するPoint構造体の配列。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

Graphics クラス
Graphics メンバ
オーバーロード一覧

Send Feedback